From 6c537bd0bff1f20767626323b39f969126b684c7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 8 Oct 2010 16:43:38 -0400 Subject: [PATCH] autogen: Explicitly allow libtool > 2.2 Apparently 2.4 is out, I'm not aware of a reason we shouldn't allow it. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 1ad0b06970..2b7c0e7987 100755 --- a/autogen.sh +++ b/autogen.sh @@ -19,7 +19,7 @@ if libtoolize --version < /dev/null > /dev/null 2>&1 ; then sed -e 's/^\(.*\)([^)]*)\(.*\)$/\1\2/g' \ -e 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'` case $libtool_version in - 2.2*) + 2.*) have_libtool=true ;; esac -- 2.30.2